pod: go-component-zequta-on-pull-request-5crcf-build-container-pod | init container: prepare 2025/12/24 05:59:39 Entrypoint initialization pod: go-component-zequta-on-pull-request-5crcf-build-container-pod | init container: place-scripts 2025/12/24 05:59:40 Decoded script /tekton/scripts/script-0-lsvr2 2025/12/24 05:59:40 Decoded script /tekton/scripts/script-1-2n5vg 2025/12/24 05:59:40 Decoded script /tekton/scripts/script-2-skzz9 2025/12/24 05:59:40 Decoded script /tekton/scripts/script-3-qwkgx 2025/12/24 05:59:40 Decoded script /tekton/scripts/script-4-8cdrx pod: go-component-zequta-on-pull-request-5crcf-build-container-pod | init container: working-dir-initializer pod: go-component-zequta-on-pull-request-5crcf-build-container-pod | container step-build: [2025-12-24T06:00:15,018892442+00:00] Validate context path [2025-12-24T06:00:15,023433827+00:00] Update CA trust [2025-12-24T06:00:15,025041886+00:00] Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-12-24T06:00:17,710330945+00:00] Prepare Dockerfile Checking if /var/workdir/cachi2/output/bom.json exists. Could not find prefetched sbom. No content_sets found for ICM [2025-12-24T06:00:17,719992878+00:00] Prepare system (architecture: x86_64) [2025-12-24T06:00:17,822425133+00:00] Setup prefetched Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.18.9-14... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:e76793d6902ad1adb19ede3d720024cf0cd8427b3ff606554a4bcafba03dddf4 Copying blob sha256:2a625e4afab51b49edb0e5f4ff37d8afbb20ec644ed1e68641358a6305557de3 Copying blob sha256:4a13c0e9217d70e608f2d5f5d3c5ffa6d9cd16908b3f83a7a97492d355d25a09 Copying blob sha256:0ab0ba77295aca9b12f463cb7198f0b8b6990b41151dbbd4e1b224fe85244b83 Copying config sha256:391a2eac28d98dc72726df1faa77db28f6899a77c91ad40f2bdad62baf041301 Writing manifest to image destination Storing signatures [2025-12-24T06:00:35,429047798+00:00] Unsetting proxy { "architecture": "x86_64", "build-date": "2025-12-24T06:00:17Z", "com.redhat.component": "go-toolset-container", "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI", "description": "Go Toolset available as a container is a base platform for building and running various Go applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.", "distribution-scope": "public", "io.buildah.version": "1.41.4", "io.k8s.description": "Go Toolset available as a container is a base platform for building and running various Go applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.", "io.k8s.display-name": "Go 1.18.9", "io.openshift.expose-services": "", "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i", "io.openshift.tags": "builder,golang,golang118,rh-golang118,go", "io.s2i.scripts-url": "image:///usr/libexec/s2i", "maintainer": "Red Hat, Inc.", "name": "rhel9/go-toolset", "release": "14", "summary": "Platform for building and running Go Applications", "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/rhel9/go-toolset/images/1.18.9-14", "vcs-ref": "0803073986fad6476617257177b9e304416ee33f", "vcs-type": "git", "vendor": "Red Hat, Inc.", "version": "1.18.9", "org.opencontainers.image.revision": "0803073986fad6476617257177b9e304416ee33f", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/sample-multi-component", "quay.expires-after": "5d", "org.opencontainers.image.created": "2025-12-24T06:00:17Z" } [2025-12-24T06:00:35,489294879+00:00] Register sub-man Adding the entitlement to the build [2025-12-24T06:00:35,494220193+00:00] Add secrets [2025-12-24T06:00:35,513288568+00:00] Run buildah build [2025-12-24T06:00:35,514799434+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --label architecture=x86_64 --label vcs-type=git --label vcs-ref=0803073986fad6476617257177b9e304416ee33f --label org.opencontainers.image.revision=0803073986fad6476617257177b9e304416ee33f --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/sample-multi-component --label quay.expires-after=5d --label build-date=2025-12-24T06:00:17Z --label org.opencontainers.image.created=2025-12-24T06:00:17Z --annotation org.opencontainers.image.revision=0803073986fad6476617257177b9e304416ee33f --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/sample-multi-component --annotation org.opencontainers.image.created=2025-12-24T06:00:17Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.gEwtun -t quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f . STEP 1/10: FROM registry.access.redhat.com/ubi9/go-toolset:1.18.9-14 STEP 2/10: COPY . . STEP 3/10: RUN go mod download go: no module dependencies to download STEP 4/10: RUN go build -o ./main STEP 5/10: ENV PORT 8081 STEP 6/10: EXPOSE 8081 STEP 7/10: CMD [ "./main" ] STEP 8/10: COPY labels.json /usr/share/buildinfo/labels.json STEP 9/10: COPY labels.json /root/buildinfo/labels.json STEP 10/10: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="0803073986fad6476617257177b9e304416ee33f" "org.opencontainers.image.revision"="0803073986fad6476617257177b9e304416ee33f" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/sample-multi-component" "quay.expires-after"="5d" "build-date"="2025-12-24T06:00:17Z" "org.opencontainers.image.created"="2025-12-24T06:00:17Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f --> 1beffbadb162 Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f 1beffbadb1628f253e64e57c7500728694782a5318c8986b0161dfeac6a14c1a [2025-12-24T06:00:38,096684200+00:00] Unsetting proxy [2025-12-24T06:00:38,098398747+00:00] Add metadata Recording base image digests used registry.access.redhat.com/ubi9/go-toolset:1.18.9-14 registry.access.redhat.com/ubi9/go-toolset:1.18.9-14@sha256:4e320bd8b62e406dfc567886aeab4914db125c73fe9ec308b306c72883101d51 Getting image source signatures Copying blob sha256:354ca4125cde8f9c9566b3e218327bf7f79569842f4d5fa0a21185f9e67b41c1 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying config sha256:1beffbadb1628f253e64e57c7500728694782a5318c8986b0161dfeac6a14c1a Writing manifest to image destination [2025-12-24T06:00:48,314905518+00:00] End build pod: go-component-zequta-on-pull-request-5crcf-build-container-pod | container step-push: [2025-12-24T06:00:49,202702400+00:00] Update CA trust INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-12-24T06:00:51,744057127+00:00] Convert image [2025-12-24T06:00:51,745488070+00:00] Push image with unique tag Pushing to quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:go-component-zequta-on-pull-request-5crcf-build-container Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f docker://quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:go-component-zequta-on-pull-request-5crcf-build-container [2025-12-24T06:01:07,993778406+00:00] Push image with git revision Pushing to quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f Executing: buildah push --format=docker --retry 3 --tls-verify=true --digestfile /workspace/source/image-digest quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f docker://quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f sha256:e7ce27a16a3051b40eb64aead4f4364a5742d81ad8aba5c4f45dafa3c8a172fbquay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f [2025-12-24T06:01:09,557439607+00:00] End push pod: go-component-zequta-on-pull-request-5crcf-build-container-pod | container step-sbom-syft-generate: [2025-12-24T06:01:10,380567524+00:00] Generate SBOM Running syft on the image Running syft on the source code [0000] WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) [2025-12-24T06:01:32,831645915+00:00] End sbom-syft-generate pod: go-component-zequta-on-pull-request-5crcf-build-container-pod | container step-prepare-sboms: [2025-12-24T06:01:32,919202765+00:00] Prepare SBOM [2025-12-24T06:01:32,924394769+00:00] Generate SBOM with mobster Skipping SBOM validation 2025-12-24 06:01:42,065 [INFO] mobster.log: Logging level set to 20 2025-12-24 06:01:42,483 [INFO] mobster.oci: Fetching manifest for registry.access.redhat.com/ubi9/go-toolset@sha256:4e320bd8b62e406dfc567886aeab4914db125c73fe9ec308b306c72883101d51 2025-12-24 06:01:47,781 [INFO] mobster.cmd.generate.oci_image.contextual_sbom.contextualize: Contextual mechanism won't be used, there is no parent image SBOM. 2025-12-24 06:01:47,781 [INFO] mobster.cmd.generate.oci_image: Contextual SBOM workflow finished successfully. 2025-12-24 06:01:47,783 [INFO] mobster.log: Contextual workflow completed in 5.42s 2025-12-24 06:01:47,951 [INFO] mobster.main: Exiting with code 0. [2025-12-24T06:01:48,049280603+00:00] End prepare-sboms pod: go-component-zequta-on-pull-request-5crcf-build-container-pod | container step-upload-sbom: [2025-12-24T06:01:48,375619328+00:00] Upload SBOM INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' Using token for quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta Pushing sbom to registry Executing: cosign attach sbom --sbom sbom.json --type spdx quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f@sha256:e7ce27a16a3051b40eb64aead4f4364a5742d81ad8aba5c4f45dafa3c8a172fb quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta@sha256:58cc1bf963e7fe9a0aa7e542706a272b0c3db7b9e358b17a1e2af0ce64388aba [2025-12-24T06:01:53,924403680+00:00] End upload-sbom pod: go-component-zequta-on-pull-request-5crcf-build-image-index-pod | init container: prepare 2025/12/24 06:01:58 Entrypoint initialization pod: go-component-zequta-on-pull-request-5crcf-build-image-index-pod | init container: place-scripts 2025/12/24 06:02:01 Decoded script /tekton/scripts/script-0-s85dq 2025/12/24 06:02:01 Decoded script /tekton/scripts/script-1-qhjb8 2025/12/24 06:02:01 Decoded script /tekton/scripts/script-2-x5trx pod: go-component-zequta-on-pull-request-5crcf-build-image-index-pod | container step-build: [2025-12-24T06:02:11,174055644+00:00] Update CA trust INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' 61de3391bb22c5776e4787a532fd3714272cf08534e8c838e730ffc772bfa952 Skipping image index generation. Returning results for quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta@sha256:e7ce27a16a3051b40eb64aead4f4364a5742d81ad8aba5c4f45dafa3c8a172fb. pod: go-component-zequta-on-pull-request-5crcf-build-image-index-pod | container step-create-sbom: The manifest_data.json file does not exist. Skipping the SBOM creation... pod: go-component-zequta-on-pull-request-5crcf-build-image-index-pod | container step-upload-sbom: [2025-12-24T06:02:17,474988594+00:00] Update CA trust INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' pod: go-component-zequta-on-pull-request-5crcf-clone-repository-pod | init container: prepare 2025/12/24 05:59:00 Entrypoint initialization pod: go-component-zequta-on-pull-request-5crcf-clone-repository-pod | init container: place-scripts 2025/12/24 05:59:00 Decoded script /tekton/scripts/script-0-gn8n6 2025/12/24 05:59:00 Decoded script /tekton/scripts/script-1-jgm8n pod: go-component-zequta-on-pull-request-5crcf-clone-repository-pod | container step-clone: INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt {"level":"info","ts":1766555946.9161196,"caller":"git/git.go:384","msg":"Retrying operation (attempt 1)"} {"level":"info","ts":1766555947.4241328,"caller":"git/git.go:218","msg":"Successfully cloned https://github.com/redhat-appstudio-qe/sample-multi-component @ 0803073986fad6476617257177b9e304416ee33f (grafted, HEAD) in path /workspace/output/source"} {"level":"info","ts":1766555947.424216,"caller":"git/git.go:384","msg":"Retrying operation (attempt 1)"} {"level":"info","ts":1766555947.4560509,"caller":"git/git.go:267","msg":"Successfully initialized and updated submodules in path /workspace/output/source"} Merge option disabled. Using checked-out revision 0803073986fad6476617257177b9e304416ee33f directly. pod: go-component-zequta-on-pull-request-5crcf-clone-repository-pod | container step-symlink-check: Running symlink check pod: go-component-zequta-on-pull-request-5crcf-init-pod | init container: prepare 2025/12/24 05:58:40 Entrypoint initialization pod: go-component-zequta-on-pull-request-5crcf-init-pod | init container: place-scripts 2025/12/24 05:58:41 Decoded script /tekton/scripts/script-0-ldhpr pod: go-component-zequta-on-pull-request-5crcf-init-pod | container step-init: Build Initialize: quay.io/redhat-appstudio-qe/build-e2e-ftaj/go-component-zequta:on-pr-0803073986fad6476617257177b9e304416ee33f Determine if Image Already Exists Fetching cluster-config from konflux-info namespace... Warning: Failed to fetch cluster-config ConfigMap. Proceeding with defaults. Cache proxy disabled (cluster-enabled: true, task-enable: false) Setting HTTP_PROXY to Setting NO_PROXY to pod: go-component-zequta-on-pulld625810081e61731dad0d2042e45306e-pod | init container: prepare 2025/12/24 05:59:15 Entrypoint initialization pod: go-component-zequta-on-pulld625810081e61731dad0d2042e45306e-pod | init container: place-scripts 2025/12/24 05:59:15 Decoded script /tekton/scripts/script-0-wckrt 2025/12/24 05:59:15 Decoded script /tekton/scripts/script-1-nb7zn pod: go-component-zequta-on-pulld625810081e61731dad0d2042e45306e-pod | container step-sanitize-config-file-with-yq: pod: go-component-zequta-on-pulld625810081e61731dad0d2042e45306e-pod | container step-prefetch-dependencies: No prefetch will be performed because no input was provided